home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // SysReg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: SysReg.pas
- //----------------------------------------------------------------------------
- #ifndef SysRegHPP
- #define SysRegHPP
- //----------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <DsgnIntf.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Sysreg
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall Register(void);
-
- } /* namespace Sysreg */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Sysreg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // SysReg
-